/*
	Theme Name: Aikido
	Theme URI: http://aikidomazurypl
	Version: 1
	Author: Maciej Szpakowski
*/

/* GENERAL */
body {
	background: #EFEFEF;
}
.wrapper {
	width:950px;
	margin: 0 auto;
	position:relative;
	display:block;
}
a:link, a:visited {
	color:#800000;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}


/* HEADER */
.header {
	background: url('header.png');
	background-color: black;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height:80px;
	border-bottom: #990000 1px solid;
	float: none;
	margin-bottom: 10px;
}

/* HEADER: breadcrumbs */
header .breadcrumbs {
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	border-top:#FFF 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:16px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	text-transform:uppercase;
	width:100%;
	background: #eee;
}
header .breadcrumbs a:link,
header .breadcrumbs a:visited {
	color:#666;
	text-decoration:underline;
}
header .breadcrumbs a:focus,
header .breadcrumbs a:hover {
	color:#000;
	text-decoration:underline;
}
#index header .breadcrumbs {
	display:none; /* no reason to have breadcrumbs on homepage */
}

/* HEADER: logo */
header #logo {
	position:absolute;
	left:0;
	font-size:45px;
	top: 20px;
	white-space:nowrap;
	width: 900px;
	color:#fff;
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	text-shadow: 1px 1px 0px rgba(0,0,0, .4);
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0.0;      /* khtml, old safari */
	-moz-opacity: 0.0;       /* mozilla, netscape */
	opacity: 0.0;
}
header #logo:link,
header #logo:visited,
header #logo:hover,
header #logo:focus {
	text-decoration:none;
}



/* sidebar: navigation */
aside#sidebar
{
	float: right;
	width: 260px;
	margin: 0;
	padding: 0;
}

.newsletter
{
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 0 5px 5px 0;
	background-color: white;
}

.newsletter p
{
	margin: 5px 0;
}

.newsletter h3
{
	margin: -5px;
	display: block;
	background: #333;
	border-top: 1px solid rgba(255, 255, 255, .4);
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #222222));
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: 100;
	font-size: 19px;
	margin-bottom: 10px;
	padding: 5px 0 7px 15px;
	border-radius: 0 5px 5px 0;
}

.newsletter .text
{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsletter .submit
{
	width: 100%;
	border-radius: 5px;
	background-color: #990000;
	color: white;
	padding: 5px;
	border: 0;
}

.newsletter .submit:hover
{
	background-color: rgba(156, 0, 0, 0.85);
}

nav ul {
	margin: 0;
	padding: 0;
}
nav ul, ul li
{
	list-style: none;
}
nav li a {
	display: block;
	background: #333;
	border-top: 1px solid rgba(255, 255, 255, .4);
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #222222));
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 19px;
	margin-bottom: 15px;
	padding: 5px 0 7px 15px;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
nav li a:link,
nav li a:visited {
	text-decoration: none;
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	font-weight:100;
	color:#fff;
	font-size:19px;

}
nav li a:hover,
nav li a:focus {
	background: -moz-linear-gradient(top, #990000 0%, #800000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#800000));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#800000',GradientType=0 );
}
nav li.current a {

}



/* BODY CONTENT */
article {
	float:left;
	width:688px;
	min-height:700px;
	background:#fff;
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #C0C0C0;
	-moz-box-shadow: 10px 1px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 10px 1px 10px rgba(0,0,0, .07);
	box-shadow: 10px 1px 10px rgba(0,0,0, .07);
	padding-top: 5px;
}
article h1 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 25px 0;
	color: #222222;
	font-size:33px;
}

.home .entry-header {
	display: none;
}

article h2 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #222222;
	font-size:30px;
}
article h3 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 5px 0;
	color: #222222;
	font-size:25px;
}
article h4 {
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	margin:0 0 10px 0;
	color: #555;
	font-size:20px;
	font-weight:100;
}
article h5 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #333;
	font-size:15px;
}
article h6 {
	font-family: arial, serif;
	margin:0 0 10px 0;
	color: #666;
	font-size:14px;
}
article section {

	padding: 0 20px 20px 20px;
	line-height:22px;
	font-size:14px;
	color:#333;
}
article section p {margin:0 0 5px 0;}
article section ul,
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul,
article section ol ol,
article section ul ol,
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:0;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}



/* FOOTER */
footer {
	padding:20px 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size:11px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}

td.shodan {
	background: #E2E0E1;
}
td.kom {
	background: #EBEBEB;
	text-align: center;
}

/* Other */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }